home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global GTSTrySprite, IFLCanChange, MGIHammer, MGIFindTV, browserID, IFLBrowsercounter, MGICompOnStage, MGICompTwoOnStage
- go(the frame)
- if the mouseUp then
- set IFLCanChange to 1
- end if
- if MGICompOnStage = 1 then
- MGIFlashComp()
- end if
- MGISpinE()
- MGINoiseMove()
- if MGIFindTV > 2 then
- MGIPosterHighLight()
- MGINumberAnimate()
- MGIHammerAnimate()
- MGIQuitCD()
- if browserID > 32 then
- if IFLBrowsercounter = 2 then
- MGICheckBrowser()
- else
- set IFLBrowsercounter to 1 + IFLBrowsercounter
- end if
- end if
- IFLsectionWordAnimate()
- else
- MGIExplore()
- end if
- end
-